Message Methods |
The Message type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetAttachments |
Gets the attachments.
| |
| GetAttachments(Boolean) |
Gets the attachments.
| |
| GetBytes |
Gets the bytes.
| |
| GetFileName |
Gets the name of the file.
| |
| GetHashCode | (Inherited from Object.) | |
| GetStream |
Gets the stream.
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Open(Byte) |
Opens the specified buffer.
| |
| Open(Stream) |
Opens the specified stream.
| |
| Open(String) |
Opens the specified file path.
| |
| Save(Stream) |
Saves the specified stream.
| |
| Save(String) |
Saves this message to the specified file.
| |
| Save(String, Boolean) |
Saves this message to the specified file.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |